home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1985 January
/
1985-01.d64
/
c_g board 5
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Commodore BASIC
|
1985-01-01
|
141 b
|
7 lines
10 rem create relative email file
20 open15,8,15:open1,8,2,"email,l,"+chr$(254)
30 print#15,"p"+chr$(98)+chr$(145)+chr$(1)+chr$(1)
40 print#1,"@end"
50 close1:close15
60 end